home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1204.TXT < prev    next >
Text File  |  1992-08-07  |  5KB  |  107 lines

  1.                                     FYI
  2.  
  3. (Note: The origin of this information may be internal or external
  4. to Novell.  Novell makes every effort within its means to verify
  5. this information.  However, the information provided in this
  6. document is FOR YOUR INFORMATION only.  Novell makes no explicit or
  7. implied claims to the validity of this information.)
  8.  
  9.           TITLE: OPTIMIZE and the SSTOR Drive
  10.    DOCUMENT ID#: FYI-M-1204
  11.            DATE: 08-04-92
  12.         PRODUCT: DRDOS
  13. PRODUCT VERSION: 6.0
  14.      SUPERSEDES:
  15.  
  16.  
  17. Note:  The following information was extracted from Quarterdeck
  18. Technical Note #215. Following it are some notes from technical
  19. support at Novell.
  20.  
  21. GENERAL INFORMATION
  22. 1)  There is a new command, CHAIN, in DR DOS.  This command allows
  23. the CONFIG.SYS to pass control to another CONFIG.SYS-like file.  DR
  24. DOS uses it on installation if you choose to install SUPERSTOR. 
  25. OPTIMIZE does not follow this passing of control to another file. 
  26. If you are using CHAIN you must combine the two (or more)
  27. CONFIG.SYS (or CONFIG.SYS-like) files into one for the duration of
  28. the OPTIMIZation process.
  29.  
  30. 2)  The kernel of DR DOS, SSTORDRV.SYS, and buffers load themselves
  31. high.  OPTIMIZE does not take the High RAM used by self-loaders
  32. into consideration in its calculations so this can throw it off
  33. making the best configuration.  See the READ.ME file from
  34. Quarterdeck for information on how best to accommodate
  35. self-high-loaders. Quarterdeck's BUFFERS.COM program works with DR
  36. DOS 6 and OPTIMIZE will automatically try to use it to load BUFFERS
  37. high.  This is preferable because the memory used by BUFFERS will
  38. be included in OPTIMIZE's calculations.
  39.  
  40. 3)  SUPERSTOR does work with OPTIMIZE, but SUPERSTOR adds a device
  41. driver to your CONFIG.SYS called DEVSWAP.COM.  The line typically
  42. reads:
  43.  
  44.                      DEVICE=C:\DRDOS\DEVSWAP.COM 
  45.  
  46. DEVSWAP.COM is a non-resident program that switches the drive
  47. designations. This is a convenience if you installed SUPERSTOR on
  48. a drive that already had programs so you don't have to re-write
  49. your batch files and reconfigure your software to run from a
  50. different drive.  See your DR-DOS manual for information on the use
  51. of DEVSWAP.COM.  Most commonly your hard disk originally was drive
  52. C:. SUPERSTOR creates a new, compressed drive, to which the letter
  53. D: is assigned.  DEVSWAP.COM switches these assignments. This will
  54. be presumed for the rest of this section of this explanation of how
  55. to use OPTIMIZE with SUPERSTOR.   If you are compressing more than
  56. one physical drive you must modify this information in
  57. consideration of the compressed drives created and designations
  58. swapped.
  59.  
  60. When running OPTIMIZE, DEVSWAP.COM must be remarked out or removed
  61. from the CONFIG.SYS.  Also all references to drives C: in the
  62. AUTOEXEC.BAT and in the CONFIG.SYS after the DEVSWAP.COM line need
  63. to be changed to drive D:.  Conversely, all references to drive D:
  64. should be changed to drive C:. The next step is to create a QEMM
  65. sub-directory on the uncompressed drive.  This is typically drive
  66. D: when the DEVSWAP.COM device driver is loaded in your CONFIG.SYS. 
  67. The following files need to be in the QEMM sub-directory in order
  68. to run OPTIMIZE properly:  QEMM386.SYS (or QEMM.SYS if you are
  69. running QEMM 50/60 or QEMM-386 version 5.0, or QRAM.SYS if you are
  70. loading QRAM), OPTIMIZE.COM, LOADHI.SYS, LOADHI.COM, LOGOPT.COM,
  71. BUFFERS.COM (if you are using DOS 2.x or 3.x), RSTRCFG.SYS, MCA.ADL
  72. (if you are running on a Microchannel machine), and WINHIRAM.VXD if
  73. you are planning on running Windows 3.0 in enhanced mode.
  74.  
  75. Once you have done this, you should reboot before running OPTIMIZE
  76. so that the drives are set up correctly.  Now you will be able to
  77. run OPTIMIZE normally.  After OPTIMIZE has run, you may edit your
  78. CONFIG.SYS and restore the DEVSWAP.COM line.  After you do this,
  79. you must edit your CONFIG.SYS and AUTOEXEC.BAT to restore the drive
  80. specifications to what they were before; e.g. change all references
  81. to drive D: to drive C: and all references to drive C: to drive D:. 
  82. If SSTORDRV.SYS is being loaded high, you must change it to load
  83. low because it won't work when loaded high.  Reboot again.  You are
  84. now getting the most out of your conventional memory. 
  85.  
  86.  
  87.            Copyright (C) 1991 by Quarterdeck Office Systems
  88.  
  89. Notes from Novell
  90. Step 3 above is only necessary if drive C: has been compressed
  91. using SuperStor. Be very careful when combining CONFIG.SYS and
  92. DCONFIG.SYS. An error in combining these files can cause the system
  93. to halt. A good way to handle this possiblity is to add a line to
  94. the beginning of the CONFIG file that allows CONFIG processing to
  95. be stopped.
  96.  
  97. ?"Halt processing CONFIG? Y/N : " EXIT
  98.  
  99. The EXIT command will halt all CONFIG processing thereby bypassing
  100. any errors in the file.
  101.  
  102. It is mentioned in the above Quarterdeck notes but it should be
  103. mentioned again. DO NOT allow the SuperStor driver SSTORDRV.SYS to
  104. be in a LOADHI statement. If Upper Memory is available the
  105. SuperStor driver will load a portion of itself into UMBs but under
  106. no condition should the entire driver be loaded into Upper Memory.
  107. Unexpected errors can result.